NevronOpenVision
Nevron.Nov.Grid Namespace / NHeaderCollectionBase<T> Class


In This Topic
    NHeaderCollectionBase<T> Class Methods
    In This Topic

    For a list of all members of this type, see NHeaderCollectionBase<T> members.

    Public Methods
     NameDescription
    Public MethodAdds (appends) the item at the end of the collection  
    Public MethodOverridden. Overriden to return true  
    Public MethodRemoves all children  
    Public MethodQueries whether this collection contains the specified element at least once  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets an iterator that iterates through the children in forward order.  
    Public MethodGets an iterator that iterates throw the child elements in reverse order.  
    Public MethodOverridden. Gets the matrix that transforms local to parent coordinates  
    Public MethodOverloaded. Overridden. Hit tests the node by point.  
    Public MethodReturns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection.  
    Public MethodInserts the item at the specified index  
    Public MethodInvalidates the element arrange  
    Public MethodCalled by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange.  
    Public MethodInvalidates the element measure and pools the element for measure validation.  
    Public MethodCalled by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure.  
    Public MethodOverloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system  
    Public MethodOverloaded. Overridden. Transforms a point in parent coordinates to local coordinates  
    Public MethodRemoves the specified item.  
    Public MethodRemoves the item at the specified index  
    Public MethodConverts this set to an array.  
    Public MethodCalled to arrange the element  
    Public MethodCalled to validate the element measure  
    Top
    Protected Methods
     NameDescription
    Protected MethodArranges the columns  
    Protected MethodGets the hit test region for this widget. The returned region is used in both point and region widget hit tests.  
    Internal Method  
    Internal MethodOverridden.   
    Protected MethodOverriden to calculate the column collection width and height  
    Protected MethodCalled when the Height property has changed  
    Protected MethodCalled when a metric of the horizontal gridlines has changed  
    Protected MethodOverridden.   
    Protected MethodCalled when a metric of the vertical gridlines has changed  
    Protected MethodCalled when the Visible property has changed  
    Protected MethodCalled when the Width property has changed  
    Protected MethodCalled when the WindowHeight property has changed  
    Protected MethodCalled when the WindowWidth property has changed  
    Protected MethodCalled when the WindowX property has changed  
    Protected MethodCalled when the WindowY property has changed  
    Protected MethodCalled when the X property has changed  
    Protected MethodCalled when the Y property has changed  
    Protected MethodPaints the header gridlines  
    Protected MethodOverridden. Determines whether the visitor needs to visit this displayable branch. Returns true if the Visible property is set to false.  
    Top
    See Also